home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_C
/
ARC_SGML
/
SGMLH
/
VMFNSM.H
< prev
Wrap
Text File
|
1991-08-15
|
1KB
|
25 lines
/******************************************************************************/
/* VMFNSM.H: VM function declarations (ANSI prototypes). */
/******************************************************************************/
/*global*/ void main(int ,char * *);
/*global*/ void sgml(struct ipbt *);
/*global*/ void sgmlio(struct ipbfile *);
/*global*/ void sgmlmem(struct ipbmem *);
/*global*/ void sgmlmsg(struct ipberr *);
/******************************************************************************/
/*global*/ void errloc(UNCH *,UNCH *);
/*global*/ int filefind(UNCH *,UNCH *);
/*global*/ UNCH *getmsg(long );
/*global*/ UNCH *getparm(unsigned int );
/*global*/ void getscbs(struct source *,int );
/*global*/ void location(int );
/*global*/ void msginit(void);
/*global*/ void prtstat(struct stat *);
/*global*/ void prtmsg(UNCH *,int );
/*global*/ UNCH *savestr(UNCH *);
/*global*/ int umsginit(int ,long );
/*global*/ UNCH *vmalloc(unsigned int );
/*global*/ UNCH *xidgen(struct fpi *);
/*global*/ UNCH *xidpath(UNCH *);
/******************************************************************************/